Click or drag to resize

ProgressEventArgs Class

Holds event data for the DownloadProgress and UploadProgress events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Independentsoft.WebdavProgressEventArgs

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public class ProgressEventArgs : EventArgs

The ProgressEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodProgressEventArgs
Initializes a new instance of the ProgressEventArgs class.
Top
Properties
  NameDescription
Public propertyException
Gets or sets exception.
Public propertyIsComplete
Indicates when download/upload is completed.
Public propertyLocalFilePath
Gets or sets local file path.
Public propertyProgress
Gets or sets number of downloaded/uploaded bytes.
Public propertyRemoteFileUrl
Gets or sets remote file url.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also